POST api/Email/SendEmail?from={from}&to[0]={to[0]}&to[1]={to[1]}&cc[0]={cc[0]}&cc[1]={cc[1]}&bcc[0]={bcc[0]}&bcc[1]={bcc[1]}&subject={subject}&body={body}&isHTML={isHTML}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
from | string |
Required |
|
to | Collection of string |
Required |
|
cc | Collection of string |
Required |
|
bcc | Collection of string |
Required |
|
subject | string |
Required |
|
body | string |
Required |
|
isHTML | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
None.